In [ ]:
# %%
from util_heats import *

# NRG_IDS = [165, 10253, 1232, 1597, 1763]
PID = 10253
player_name = players[players['Player Id'] == PID]['Ign'].iloc[0]
opponents_list = ', '.join(list(opponents['OPP'].unique()))
In [ ]:
print('For: ' + player_name)
print(f'During Matches Against: ' + opponents_list)
For: Ethan
During Matches Against: Zero MarksMen Black, Version1, Knights
In [ ]:
HM = HeatMap('Bind', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')
In [ ]:
HM = HeatMap('Haven', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')
In [ ]:
HM = HeatMap('Split', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')
In [ ]:
HM = HeatMap('Ascent', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')
In [ ]:
HM = HeatMap('Icebox', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')
In [ ]:
HM = HeatMap('Breeze', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')
In [ ]:
HM = HeatMap('Fracture', ID=PID)
HM.show('DEF', 'NoPlant')
In [ ]:
HM.show('DEF', 'Planted')
In [ ]:
HM.show('ATT', 'NoPlant')
In [ ]:
HM.show('ATT', 'Planted')